ComponentOne ASP.NET MVC Controls
ShowSelectAllCheckbox Method

C1.Web.Mvc.Fluent Namespace > MultiSelectBuilder<T> Class : ShowSelectAllCheckbox Method
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.ShowSelectAllCheckbox. Sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
Syntax
'Declaration
 
Public Function ShowSelectAllCheckbox( _
   ByVal value As Boolean _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> ShowSelectAllCheckbox( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MultiSelectBuilder<T> Class
MultiSelectBuilder<T> Members